Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: e2e test scaffolding #184

Merged
merged 4 commits into from
Apr 11, 2023
Merged

test: e2e test scaffolding #184

merged 4 commits into from
Apr 11, 2023

Conversation

homura
Copy link
Contributor

@homura homura commented Apr 3, 2023

What Changed

Resolve #120

Added end-to-end testing scaffolding. Here is an example showing how to add a test case

Motivation

This PR is heavily inspired by #151, but with some simplification

  • a simple TestEnv for smoothing out runtime differences between browser and nodejs
  • one file, one scenario
  • jest as reporter

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major

@homura homura added the internal Changes only affect the internal API label Apr 3, 2023
@codecov
Copy link

codecov bot commented Apr 6, 2023

Codecov Report

Merging #184 (3caf234) into main (de66611) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #184   +/-   ##
=======================================
  Coverage   86.82%   86.82%           
=======================================
  Files          41       41           
  Lines         774      774           
  Branches       95       95           
=======================================
  Hits          672      672           
  Misses         20       20           
  Partials       82       82           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@homura homura merged commit 640df58 into main Apr 11, 2023
@homura homura deleted the simplify-e2e branch April 11, 2023 14:54
@github-actions
Copy link

🚀 PR was released in v0.0.11 🚀

@github-actions github-actions bot added the released This issue/pull request has been released. label Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes only affect the internal API released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate nexus-e2e with Nexus GitHub workflow
3 participants